home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / rdrm20.zip / SAMPLE.ZIP / STRPIT15 < prev    next >
Text File  |  1991-05-20  |  5KB  |  106 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                 STRIPIT File Preparation Program
  9.  
  10.  
  11.      Tired  of spending hours reformatting large files  that  you 
  12. have  downloaded from an online information service  like  Compu-
  13. Serve,  ABA/net  or Prodigy?  Feeling guilty  about  making  your 
  14. secretary  spend  her lunch hour and then  some  stripping  extra 
  15. carriage returns from file that you extracted from your nifty new 
  16. CD  ROM  drive?  Similar frustrations drove me into  coding  this 
  17. small utility.
  18.  
  19.      STRIPIT  will quickly transform a standard ASCII  file  into 
  20. one  suitable for use with most word-processors by  removing  any 
  21. carriage  returns that are followed by a character other  than  a 
  22. space  or another carriage.  This means that if your file  has  a 
  23. blank line seperating paragraphs or if the paragraphs start  with 
  24. an indent, you're in luck.
  25.  
  26.      Conversely, if the file is set up so that every line  starts 
  27. off  with a series of blank spaces on every line, like the  docu-
  28. mentation  for  many shareware programs, you  must  first  delete 
  29. these leading spaces before filtering your program through  STRI-
  30. PIT.
  31.  
  32.                           Using STRIPIT
  33.  
  34.      STRIPT may be used interactively or operated solely from the
  35. command line.  To operate the program interactively, please enter
  36. STRIPIT on the DOS command line followed by the ENTER or RETURN key.
  37. You will then be prompted for the file you wish to strip and the name
  38. of the file you wish to receive the information created by STRIPIT.
  39. You may include the full drive\pathname of either STRIPIT or the
  40. file you wish  to  strip  if they are not in the  current  directory.
  41.  
  42.      If you wish to operate the program from the command line, please
  43. use the following syntax:
  44.         [drive][path]STRIPIT [drive1][path1]SOURCE [drive2][path2]DESTINATION
  45. where items in brackets are optional.  SOURCE is the name of the file
  46. you wish to strip while destination is where the information will end
  47. up.
  48. IMPORTANT NOTE:  When specifying both source and destination file on
  49. the command line, if the destination file exists, it will be overwritten!
  50.  
  51.  
  52.  
  53.  
  54.  
  55.                          
  56.  
  57.                          Formatting tips
  58.  
  59.      The  easiest way to prepare your stripped file for use in  a 
  60. word-processing  program is to start the application program  and
  61. open  your  stripped file.  Once the file is open it  is  a  much
  62. simpler matter to reformat the file.
  63.  
  64.                          WordStar Users
  65.      This program was originally designed to convert ASCII  files 
  66. pulled  off a CD ROM drive into a format better suited  to  Word-
  67. Star.
  68.      Once  you  have  opened the file  in  document  mode,  press 
  69. ^Q^Q^B.   This  will reformat the file one paragraph  at  a  time 
  70. until it reaches the end of the file.
  71.      If  the file has a series of spaces before each  line,  just 
  72. open the file in non-document mode and turn on column mode.  Mark 
  73. off  the  block that you want to remove and delete it  with  ^KY.  
  74. Your file is now ready for STRIPIT.
  75.  
  76.                           Registration 
  77.  
  78.      STRIPIT  is  being released as shareware to enable  a  wider 
  79. audience to become exposed to it's benefits than would be posssi-
  80. ble  using more traditional channels of distribution.   The  idea 
  81. behind shareware is simple: if you like what you see, pay for it, 
  82. if  you don't, just don't use it.  Feel free to pass around  this 
  83. evaluation  copy  of to friends, co-workers  and  other  computer 
  84. users on the following conditions:
  85.  
  86.           1) Documentation file must be included with program.
  87.           2) No amount may be charged for STRIPIT other than.
  88.                a reasonable copy fee not to exceed $5.00.
  89.           3) If you have a REGISTERED copy, it may not be 
  90.                distributed.
  91.  
  92.      If  you like the program and would like to encourage  me  to 
  93. code other utilities like STRIPIT, please register your copy.  If 
  94. you  are  tired of looking at the guilt screen after  program  is 
  95. run, please register your copy.  If you would like any  technical 
  96. support,  please register your copy.  If you would like  to  have 
  97. STRIPIT personalized just for you, please register your copy.  If 
  98. you  would  like the C language source code  to  STRIPIT,  please 
  99. register your copy.  If you would like to earn the undying appre-
  100. ciation  of my son and wife, please register your copy.   If  you 
  101. would  like to keep a good Karma, please register your copy.   If 
  102. you're  sick of reading all this drivel, register your  copy  and 
  103. beat the rush.
  104.  
  105.  
  106.